home *** CD-ROM | disk | FTP | other *** search
- object FrameBuild: TFrameBuild
- Left = 258
- Top = 201
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'FRAMESET'
- ClientHeight = 168
- ClientWidth = 226
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 120
- TextHeight = 20
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 209
- Height = 97
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- object Label1: TLabel
- Left = 24
- Top = 24
- Width = 69
- Height = 20
- Caption = 'Columns'
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 126
- Top = 24
- Width = 45
- Height = 20
- Caption = 'Rows'
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object SpinEdit1: TSpinEdit
- Left = 32
- Top = 48
- Width = 57
- Height = 31
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- MaxLength = 2
- MaxValue = 10
- MinValue = 0
- ParentFont = False
- TabOrder = 0
- Value = 0
- end
- object SpinEdit2: TSpinEdit
- Left = 120
- Top = 48
- Width = 57
- Height = 31
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- MaxLength = 2
- MaxValue = 10
- MinValue = 0
- ParentFont = False
- TabOrder = 1
- Value = 0
- end
- end
- object BitBtn1: TBitBtn
- Left = 8
- Top = 120
- Width = 97
- Height = 33
- TabOrder = 1
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 120
- Top = 120
- Width = 97
- Height = 33
- TabOrder = 2
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- end
-